home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 November / macformat-018.iso / Demos / Extend 3.0 Demo / Demo Libraries / Demo BPR Lib.RT / Demo BPR Lib.RT.rsrc / HELP_3475_Stack < prev    next >
Encoding:
Text File  |  1994-06-23  |  2.9 KB  |  45 lines

  1. Takes in items and holds them until they are requested by other blocks in the model. The stack holds items on a First-In-First-Out (FIFO), Last-In-Last-Out (LIFO), or Priority basis, as specified in the dialog. This block also provides the capability of setting the priority for each item that passes through.
  2.  
  3. If the stack receives an item with a Value greater than 1 (for example, as set by the Import block), the stack treats the item as a number of items which will exit the stack one at a time. For example, an item with a Value of 4 becomes 4 items in the stack.
  4.  
  5. Dialog Choices
  6. Arrivals/Departures:  Displays the number of items that have entered and left the stack.
  7.  
  8. Ave. length: Average number in the queue. This is a time-weighted average.
  9.  
  10. Ave. wait: Average time an item spends in this block.
  11.  
  12. FIFO queue: Specifies the stack as a FIFO ( First-In-First-Out) queue.
  13.  
  14. LIFO queue:  Specifies the stack as a LIFO (Last-In-Last-Out) queue.
  15.  
  16. Maximum items allowed:  Determines the maximum number of items that can be held in the stack.
  17.  
  18. Max. length: Longest length of the queue during this simulation run.
  19.  
  20. Max. wait: Longest wait in the queue during this simulation run.
  21.  
  22. Priority queue:  Specifies the stack as a priority queue. The highest priority item in the block is released first; if all items have the same priority, items are released on a FIFO basis. The lower the number (including negative numbers), the higher the priority.
  23.  
  24. Stop simulation if stack overflows: If selected, the simulation stops  if the number of items in the block reaches the maximum  specified. When this happens, a message is displayed and the simulation will stop. If this choice is not selected and the number of items reaches the maximum specified, subsequent items will be prevented from entering the block until the number in the stack goes below the maximum number. Note that if the stack overflows and it is directly preceded by an Import block, items generated by the Import block may be lost to the model.
  25.  
  26. Utilization:  The percentage of time the block held items over the course of the simulation run. The total time that items were in the block is used in the calculation, including the time items were blocked from leaving because the next block could not pull them in.
  27.  
  28. Connectors
  29. The item input takes in the items to be queued.
  30.  
  31. The item output is the queued items released one at a time.
  32.  
  33. P: Input used to set the priority of an item entering the queue. This is only valid and only used when the stack is defined as a Priority queue.
  34.  
  35. L: Current length of the stack (how many items are in the stack).
  36.  
  37. W: Amount of time an exiting item spent in the stack.
  38.  
  39. Animation:
  40. The Stack block uses green circles to show items entering and exiting and displays the number of items in the stack.
  41.  
  42. Extend BPR™ Library
  43. Portions copyright ©1993-1994 by Imagine That, Inc.
  44. Portions copyright ©1993-1994 by Computer Aided Process Improvement™
  45. All rights reserved. For use with Extend™ only.